projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f25ecc
)
(redisplay_window): Make sure start_at_line_beg
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 13 Sep 1999 20:47:20 +0000
(20:47 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 13 Sep 1999 20:47:20 +0000
(20:47 +0000)
is always set correctly.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 3f4f1c098d0f75464c153c62c9c1e6defb2eb4db..567b9558fde82441e6ad9d3c0b3e6b4534c81ed9 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-8910,13
+8910,13
@@
redisplay_window (window, just_this_one_p)
make_cursor_line_fully_visible (w);
+ done:
+
SET_TEXT_POS_FROM_MARKER (startp, w->start);
w->start_at_line_beg = ((CHARPOS (startp) == BEGV
|| FETCH_BYTE (BYTEPOS (startp) - 1) == '\n')
? Qt : Qnil);
- done:
-
/* Display the mode line, if we must. */
if ((update_mode_line
/* If window not full width, must redo its mode line